home *** CD-ROM | disk | FTP | other *** search
/ Chip 2001 August - Disc 3 / chip_20018103_hu.iso / honosito / program / ConTEXTsetup.exe / {app} / Language / Custom,1.lng < prev    next >
Encoding:
Text File  |  2001-06-16  |  15.9 KB  |  583 lines

  1. /////////////////////////////////////////////////////////////////////////////
  2. //
  3. // ConTEXT - USER CUSTOMIZABLE LANGUAGE FILE
  4. //
  5. //   prefixes: btn  - button
  6. //             cb   - check box, combo box
  7. //             fm   - form
  8. //             gb   - group box
  9. //             lab  - label
  10. //             mi   - menu item
  11. //             pg   - tabsheet capton
  12. //             pn   - panel
  13. //             pop  - pop-menu item
  14. //             rg   - radio group
  15. //             rb   - radio button
  16. //
  17. //   Note for translators: "\n" will be replaced with linebreak
  18. //
  19. /////////////////////////////////////////////////////////////////////////////
  20.  
  21. [LanguageDescriptor]
  22. Name=Custom
  23.  
  24. [fmMain]
  25. miAbout="&About..."
  26. miCascade="&Cascade"
  27. miClose="&Close"
  28. miCloseAll="Close All &Files"
  29. miCodeTemplate="&Code Templates..."
  30. miConsoleOutput="Console &Output"
  31. miConversion="&Convert Text To..."
  32. miConvertToDOS="&DOS (CRLF)"
  33. miConvertToMAC="&Macintosh (CR only)"
  34. miConvertToUNIX="&UNIX (LF only)"
  35. miCopyTo="Cop&y To..."
  36. miCustomizeTypes="&Customize Types..."
  37. miExit="E&xit"
  38. miExport="&Export"
  39. miExportRegistrySettings="E&xport Registry Settings..."
  40. miExportToHTML="To &Hypertext markup language (HTML)"
  41. miExportToRTF="To &Rich text format (RTF)"
  42. miFile="&File"
  43. miFileExplorerWindow="File &Explorer Window"
  44. miGoToLine="&Go To Line"
  45. miHelp="&Help On Keyword"
  46. miHelpContents="&Contents"
  47. miHelpOnKeyword="Help On &Keyword"
  48. miInsertFileAtCurrentPosition="&Insert File At Current Position..."
  49. miJumpToBookmark="&Jump To Bookmark"
  50. miLockFileForChanges="&Lock File For Changes"
  51. miManageMacros="&Manage Macros"
  52. miNew="&New"
  53. miNextWindow="&Next Window"
  54. miOpen="&Open..."
  55. miOptions="&Options"
  56. miPageSetup="Pa&ge Setup..."
  57. miPlayMacro="&Play Macro"
  58. miPreferences="&Environment Options..."
  59. miPreviousWindow="&Previous Window"
  60. miPrint="&Print..."
  61. miPrintPreview="P&rint Preview..."
  62. miRecentFiles="Recen&t Files"
  63. miFileRecentProjects="Recent Pro&jects"
  64. miProject="&Project"
  65. miProjectNew="&New..."
  66. miProjectOpen="&Open..."
  67. miProjectClose="&Close"
  68. miProjectFiles="&Project Files"
  69. miProjectRecent="&Recent Projects"
  70. miProjectManageFileList="&Manage File List..."
  71. miAppendFile="Appe&nd File..."
  72. miRecordMacro="&Record Macro"
  73. miRename="Rena&me..."
  74. miSave="&Save"
  75. miSaveAllFiles="Save A&ll Files"
  76. miSaveAs="Save &As..."
  77. miSearchResults="Search &Results"
  78. miSetBookmark="&Set Bookmark"
  79. miSetHighlighter="&Set Highlighter"
  80. miShellExecute="S&hell Execute"
  81. miShowFileTabs="&File Tabs"
  82. miShowToolbar="&Toolbar"
  83. miStayOnTop="&Stay On Top"
  84. miTileHorizontal="Tile &Horizontal"
  85. miTileVertical="Tile &Vertical"
  86. miTools="&Tools"
  87. miUserCommand1="User Command &1"
  88. miUserCommand2="User Command &2"
  89. miUserCommand3="User Command &3"
  90. miUserCommand4="User Command &4"
  91. miView="&View"
  92. miWindow="&Window"
  93. miWordwrap="&Wordwrap"
  94. miWriteBlockToFile="&Write Block To File..."
  95. popCloseFile="C&lose File"
  96. popExplorerLarge="Large Icons"
  97. popExplorerSmall="Small Icons"
  98. popExplorerList="List"
  99. popExplorerDetail="Detail"
  100. popTrayRestore="&Restore"
  101. popTrayExit="E&xit"
  102.  
  103. [fmFind]
  104. FormCaption="Find Text"
  105. btnClose="Close"
  106. btnFindNext="&Find"
  107. btnReplace="&Replace"
  108. btnReplaceAll="Replace &All"
  109. cbBackward="&Backward"
  110. cbCase="Ca&se sensitive"
  111. cbWholeWords="W&hole words only"
  112. gbOptions="Options"
  113. gbOrigin="Origin"
  114. gbScope="Scope"
  115. labFind="Fi&nd what:"
  116. labReplace="Replace &with:"
  117. rbOriginFromBeginning="From the &top"
  118. rbOriginFromCursor="From &cursor"
  119. rbScopeAllFiles="A&ll files"
  120. rbScopeFile="C&urrent file"
  121. rbScopeSelection="&Selection only"
  122.  
  123. [fmEditor]
  124. miCommentUncommentCode="&Comment/Uncomment Code"
  125. miCopy="&Copy"
  126. miCut="Cu&t"
  127. miDelete="&Delete"
  128. miEdit="&Edit"
  129. miFillBlock="&Fill Block"
  130. miFind="&Find..."
  131. miFindNext="Find &Next"
  132. miFindPrevious="Find Pr&evious"
  133. miFormat="For&mat"
  134. miIndentBlock="&Indent Block"
  135. miInsertCodeFromTemplate="In&sert Code From Template"
  136. miInvertCase="I&nvert Case"
  137. miMatchBraces="&Match Braces"
  138. miPaste="&Paste"
  139. miRedo="&Redo"
  140. miReformatParagraph="&Reformat Paragraph"
  141. miRemoveTrailingSpaces="Remove &Trailing Spaces"
  142. miReplace="&Replace..."
  143. miSelectAll="Select &All"
  144. miSelMatchBraces="Se&lect Text Between Braces"
  145. miSortText="&Sort Text"
  146. miToggleSelectionMode="T&oggle Selection Mode"
  147. miToLowerCase="To &Lower Case"
  148. miToUpperCase="To &Upper Case"
  149. miUndo="&Undo"
  150. miUnindentBlock="&Unindent Block"
  151. popCloseFile="C&lose File"
  152. popCopy="&Copy"
  153. popCut="Cu&t"
  154. popDelete="&Delete"
  155. popPaste="&Paste"
  156. popSelectAll="Select &All"
  157.  
  158. [fmOptions]
  159. FormCaption="Environment Options"
  160. btnApply="&Apply"
  161. btnCancel="Cancel"
  162. btnExecExtAdd="A&dd"
  163. btnExecExtDelete="De&lete"
  164. btnExecExtEdit="Ed&it"
  165. btnExtAdd="A&dd"
  166. btnExtRemove="&Remove"
  167. btnHelpFileEdit="&Edit"
  168. btnOK="OK"
  169. cbAllowMultipleInstances="A&llow multiple instances"
  170. cbAutoIndent="Au&to indent"
  171. cbAutoUpdateChangedFiles="A&utomatically update changed files"
  172. cbBackupFile="&Backup file on save"
  173. cbBold="&Bold"
  174. cbCreateFileIfNoFileName="&Create new file when ConTEXT opens without file name"
  175. cbCursorAfterEOL="Allow &cursor after end of line"
  176. cbDetectFileChanges="&Detect file changes by other application"
  177. cbDosBackupFilename="Replace &original extension with .BAK"
  178. cbDragDropEditing="&Drag-drop editing"
  179. cbEnhanceHomeKey="Enhance HomeKey &positioning"
  180. cbExecCaptureOutput="&Capture console output"
  181. cbExecUseShortNames="&Use short DOS names"
  182. cbFindTextAtCursor="Fi&nd text at cursor"
  183. cbGutterVisible="&Gutter visible"
  184. cbHideMouseWhenTyping="Hide mouse cursor when t&yping"
  185. cbHighlightCurrentLine="High&light current line"
  186. cbItalic="&Italic"
  187. cbLineNumbers="&Line numbers"
  188. cbMinimizeIfNoFiles="&Minimize ConTEXT if no files open"
  189. cbMinimizeToTray="M&inimize to system tray"
  190. cbMultiLineTabs="Mul&tiline file tabs"
  191. cbRememberFindOptions="Remember &Find/Replace dialog options"
  192. cbRememberLastDir="R&emember last directory used"
  193. cbRightMarginVisible="Rig&ht margin visible"
  194. cbSaveFilePositions="&Remember editing positions"
  195. cbShowExecInfoDlg="S&how user exec completion dialog"
  196. cbShowFindReplaceInfoDlg="&Show find/replace information dialog"
  197. cbSmartTabs="S&mart tabs"
  198. cbTrimTrailingSpaces="Trim trailing spaces"
  199. cbUnderline="&Underline"
  200. cbUndoAfterSave="Undo after sa&ve"
  201. cbVisibleFileTabsIcons="&Visible file tabs icons"
  202. gbConsoleFont="Output console font"
  203. gbFileAssociations=" File associations: "
  204. gbHelpFiles="Help files"
  205. gbNewDocSettings="Default settings for a new document"
  206. labBg="Ba&ckground:"
  207. labBlockIndent="Bloc&k indent:"
  208. labCJavaBlockIndent="C/&Java block indent:"
  209. labConsoleFont="&Font:"
  210. labConsoleFontSize="&Size:"
  211. labDefaultSQLDialect="&Default SQL dialect:"
  212. labNewDocHighlighter="&Highlighter:"
  213. labNewDocFileFormat="File format:"
  214. labExecHint="&Hint:"
  215. labExecOptParameters="Optional parameters:"
  216. labExecParam_c="- current column number"
  217. labExecParam_e="- file extension"
  218. labExecParam_f="- file name only"
  219. labExecParam_ff="- file name without ext."
  220. labExecParam_l="- current line number"
  221. labExecParam_n="- file name with path"
  222. labExecParam_opt1="- - executes parameters input dialog"
  223. labExecParam_p="- file path only"
  224. labExecParam_s="- 'Start in' directory"
  225. labExecParam_w="- word under cursor"
  226. labExecParam_percent="- percent sign"
  227. labExecParameters="&Parameters:"
  228. labExecSave="&Save:"
  229. labExecStartDir="S&tart in:"
  230. labExecute="E&xecute:"
  231. labExecWindow="&Window:"
  232. labFg="&Foreground:"
  233. labFileAssociationsHelp="Specify the file types/extensions that you wish to be opened automatically by ConTEXT when double clicked in the Explorer."
  234. labFont="&Font:"
  235. labFontSize="&Size:"
  236. labGutterWidth="G&utter width:"
  237. labHighlighter="&Highlighter:"
  238. labInsertCaret="&Insert caret:"
  239. labLanguage="&Language:"
  240. labLineSpacing="&Extra line spacing:"
  241. labOverwriteCaret="&Overwrite caret:"
  242. labRightMargin="&Right margin:"
  243. labTabsSaveMode="Ta&bs save mode:"
  244. labTabWidth="Tab &width:"
  245. pgAssociations="Associations"
  246. pgColors="Colors"
  247. pgEditor="Editor"
  248. pgExecKeys="Execute Keys"
  249. pgGeneral="General"
  250. pgMisc="Miscellaneous"
  251. pnAssocWait="Please wait while registry is being scanned..."
  252. pnSampleColor="Sample text"
  253. rbBackupDirCurrent="&Use current directory"
  254. rbBackupDirSelect="Bac&kup directory:"
  255.  
  256. [fmPrint]
  257. FormCaption="Print"
  258. btnCancel="Cancel"
  259. btnOK="OK"
  260. btnPageSetup="P&age Setup"
  261. btnPreview="P&review"
  262. btnProperties="&Properties"
  263. cbCollateCopies="C&ollate copies"
  264. cbLineNumbers="&Line Numbers"
  265. cbSelectedOnly="&Selected only"
  266. gbPrinter=" Printer "
  267. labCopiesNum="&Number of copies:"
  268. labPrinterName="Name:"
  269.  
  270. [fmPrnPreview]
  271. FormCaption="Print Preview"
  272. btnClose="&Close"
  273. popWholePage="&Whole page"
  274. popPageWidth="&Page width"
  275.  
  276. [fmPageSetup]
  277. FormCaption="Page Setup"
  278. btnCancel="Cancel"
  279. btnOK="OK"
  280. cbColors="&Use colors"
  281. cbFootBox="B&ox"
  282. cbFootLine="Line &above"
  283. cbFootMirror="Mirror &position"
  284. cbFootShadow="S&hadow"
  285. cbHeadBox="&Box"
  286. cbHeadLine="Line &under"
  287. cbHeadMirror="&Mirror position"
  288. cbHeadShadow="&Shadow"
  289. cbLineNumbers="&Line numbers"
  290. cbLineNumbersInMargin="&Print line numbers in margin"
  291. cbMirrorMargins="&Mirror margins"
  292. cbSyntaxPrint="&Syntax print"
  293. cbWrap="&Wrap lines"
  294. gbOptions="Options"
  295. gbTextOptions="Text options"
  296. labFootCenter="Ce&nter"
  297. labFooter="Footer"
  298. labFootLeft="L&eft"
  299. labFootLineColor="Line color"
  300. labFootRight="R&ight"
  301. labFootShadowColor="Shadow color"
  302. labGutter="&Gutter:"
  303. labHeadCenter="&Center"
  304. labHeader="Header"
  305. labHeadLeft="&Left"
  306. labHeadLineColor="Line color"
  307. labHeadRight="&Right"
  308. labHeadShadowColor="Shadow color"
  309. labMBottom="&Bottom:"
  310. labMFooter="&Footer:"
  311. labMHeader="&Header:"
  312. labMHFInternal="&Internal margin:"
  313. labMHFTLeftIndent="L&eft text indent:"
  314. labMHFTRightIndent="Right te&xt indent:"
  315. labMLeft="&Left:"
  316. labMRight="&Right:"
  317. labMTop="&Top:"
  318. labUnits="&Units:"
  319. pgGeneral="General"
  320. pgHeaderFooter="Header and footer"
  321. pgMargins="Margins"
  322. labFont="&Font:"
  323. labFontSize="Si&ze:"
  324.  
  325.  
  326. [fmMacroStartRecording]
  327. FormCaption="Start Macro Recording"
  328. btnCancel="Cancel"
  329. btnOK="OK"
  330. cbEnabled="&Enabled"
  331. labHotkey="&Hotkey:"
  332. labName="&Name:"
  333.  
  334. [fmMacroSelect]
  335. FormCaption="Macro Select"
  336. btnPlay="Play"
  337. btnCancel="Cancel"
  338. labMessage="&Select macro to play:"
  339.  
  340. [fmMacroManage]
  341. FormCaption="Manage Macros"
  342. btnCancel="Cancel"
  343. btnDelete="&Delete"
  344. btnEdit="&Edit"
  345. btnOK="OK"
  346.  
  347. [fmCustomizeType]
  348. FormCaption="Customize File Types"
  349. btnCancel="Cancel"
  350. btnEdit="&Edit"
  351. btnOK="OK"
  352. labHighlighters="&Highlighters and defined extensions:"
  353.  
  354. [fmAbout]
  355. FormCaption="About..."
  356. btnClose="Close"
  357.  
  358. [fmExport]
  359. FormCaption="Export File"
  360. btnCancel="Cancel"
  361. btnExport="Export"
  362. cbCreateFragment="&Create fragment"
  363. cbExportToClipboard="&Export to clipboard"
  364. cbSelectedOnly="&Selected only"
  365. gbOptions="Options"
  366. gbTextSettings="Text settings"
  367. labBackground="&Background:"
  368. labFontSize="&Font size:"
  369. labPlainText="&Plain text:"
  370. labTitle="&Title:"
  371.  
  372. [fmCodeTemplate]
  373. FormCaption="Code Template"
  374. labHighlighter="&Highlighter:"
  375. labTemplate="&Template:"
  376. labCode="&Code:"
  377. btnAdd="&Add"
  378. btnEdit="&Edit"
  379. btnDelete="&Delete"
  380. btnOK="&OK"
  381. btnCancel="Cancel"
  382.  
  383. [fmCodeTemplateEdit]
  384. FormCaption="Template Shortcut Edit"
  385. labShortcut="&Shortcut:"
  386. labDescription="&Description:"
  387. btnOK="OK"
  388. btnCancel="Cancel"
  389.  
  390. [fmPrjFiles]
  391. FormCaption="Manage Project File List"
  392. labPrjFiles="&Project files:"
  393. btnClose="Close"
  394.  
  395.  
  396.  
  397. /////////////////////////////////////////////////////////////////////////////
  398. //
  399. //  Dinamically created messages
  400. //
  401. /////////////////////////////////////////////////////////////////////////////
  402.  
  403. [Messages]
  404.  
  405. // Main window
  406. 01000="[not defined]"
  407. 01001="Cannot export flat text files."
  408. 01010="Close files"
  409. 01011="Close open files?"
  410. 01012="Confirm"
  411. 01013="File '%s' already exists.\nDo you want to replace it?"
  412.  
  413. // Toolbar hints
  414. 01300="New file"
  415. 01301="Open file"
  416. 01302="Save file"
  417. 01303="Save all files"
  418. 01304="Close file"
  419. 01305="Print file"
  420. 01306="Print preview"
  421. 01307="Cut selected text to clipboard"
  422. 01308="Copy selected text to clipboard"
  423. 01309="Paste text from clipboard"
  424. 01310="Undo"
  425. 01311="Redo"
  426. 01312="Find text"
  427. 01313="Find next occurence"
  428. 01314="Replace text"
  429. 01315="Word wrap"
  430. 01316="Stay on top"
  431. 01317="Select active highlighter"
  432. 01318="Help"
  433.  
  434. // Customize file types window
  435. 02000="Extension edit"
  436. 02001="Enter extensions separated with commas"
  437.  
  438. // Editor window
  439. 03000="Modified"
  440. 03001="Insert"
  441. 03002="Overwrite"
  442. 03003="Recording"
  443. 03004="Sel: Normal"
  444. 03005="Sel: Column"
  445. 03006="File size:"
  446. 03007="ReadOnly"
  447. 03010="Error opening '%s'."
  448. 03011="Error saving '%s'."
  449. 03012="Error"
  450. 03013="File '%s' has been changed. Reload from disk?"
  451. 03014="File '%s' has been deleted. Keep file in editor?"
  452. 03015="File '%s' is modified. Save changes?"
  453. 03016="Error creating backup file: '%s'"
  454. 03020="Go to"
  455. 03021="Go to line:"
  456.  
  457. // Find/replace dialog
  458. 04000="Find Text"
  459. 04001="Replace Text"
  460. 04002="&Find"
  461. 04003="&Find Next"
  462. 04010="Search string '%s' not found."
  463. 04011="Replaced %d occurences of '%s' with '%s'."
  464. 04012="Stop macro execution?"
  465.  
  466. // Macro parser messages
  467. 05001="Syntax error."
  468. 05002="'MacroBegin' keyword expected."
  469. 05003="'(' expected."
  470. 05004="')' expected."
  471. 05005="String expected."
  472. 05100="Macros syntax error"
  473. 05101="Error saving macro file '%s'."
  474.  
  475. // Macro select dialog
  476. 06500="Start Macro Recording"
  477. 06501="Edit Macro"
  478. 06502="Macros changed, but not saved. Save macro file now?"
  479. 06510="Name"
  480. 06511="Shortcut"
  481. 06512="Enabled"
  482.  
  483. // Start macro recording dialog
  484. 07000="This hotkey is used by editor."
  485. 07001="Macro with this hotkey is already defined. Should it be overwritten?"
  486.  
  487. // Options dialog
  488. 08000="User exec keys"
  489. 08001="Extension edit"
  490. 08002="Enter extensions separated with commas:"
  491. 08003="Delete user commands associated with '%s'?"
  492. 08010="ConTEXT associations"
  493. 08011="Enter file extension:"
  494. 08012="Delete association '%s'? Operation cannot be undone."
  495. 08013="Language will be changed when ConTEXT is restarted."
  496. 08014="Select backup directory"
  497. 08015="Associating executable files isn''t allowed."
  498. 08100="Vertical"
  499. 08101="Horizontal"
  500. 08102="Half block"
  501. 08103="Block"
  502. 08110="&Custom color"
  503. 08111="&Default color"
  504. 08120="Automatic"
  505. 08121="Force spaces"
  506. 08122="Force tabs"
  507. 08210="File type"
  508. 08211="Help file"
  509. 08300="Current file before execution"
  510. 08301="All files before execution"
  511. 08302="Nothing"
  512.  
  513. // Print dialogs
  514. 09000="Invalid number"
  515. 09010="There is no printer currently selected! To enable printing, please install printer driver and restart ConTEXT."
  516. 09020="Page:"
  517. 09050="First page"
  518. 09051="Previous page"
  519. 09052="Next page"
  520. 09053="Last page"
  521. 09054="Zoom"
  522. 09055="Print document"
  523.  
  524. // Page setup dialog toolbar button hints
  525. 09100="Page number"
  526. 09101="Total pages count"
  527. 09102="Time"
  528. 09103="Date"
  529. 09104="File name"
  530. 09105="Font"
  531. 09106="Bold"
  532. 09107="Italic"
  533. 09108="Underline"
  534.  
  535. // User exec
  536. 10000="Error creating pipe"
  537. 10001="Error executing sub-program"
  538. 10010="Enter optional parameter"
  539. 10011="Parameter:"
  540. 10012="No user command associated with extension '%s'.\nUse Environment Options / Execute Keys dialog to assign commands."
  541. 10013="Executing"
  542. 10014="Execution finished."
  543. 10015="Execution terminated by user."
  544. 10016="Terminate"
  545. 10020="Finished executing '%s'."
  546. 10030="&Copy contents to clipboard"
  547. 10031="C&lear"
  548. 10032="&Hide"
  549. 10033="Copy &selected line to clipboard"
  550. 10040="&Jump to error line"
  551.  
  552. // Fill block
  553. 11000="Fill block"
  554. 11001="Enter text to fill selected block with:"
  555.  
  556. // Code template dialog
  557. 12000="Shortcut"
  558. 12001="Description"
  559.  
  560. // File explorer
  561. 13000="Add selected files from File Explorer to favorites"
  562. 13001="Remove selected files from favorites"
  563. 13002="Open selected files"
  564. 13003="Toggle show/hide path"
  565. 13010="Lar&ge Icons"
  566. 13011="S&mall Icons"
  567. 13012="&List"
  568. 13013="&Details"
  569. 13014="Favorites"
  570. 13015="View style"
  571. 13016="Up one level"
  572.  
  573. // Project files management toolbar hints
  574. 14000="Add file to project workspace"
  575. 14001="Add current editing file to project workspace"
  576. 14002="Add all open files to project workspace"
  577. 14003="Remove selected file from project workspace"
  578. 14004="Open selected file for editing"
  579. 14005="Close selected file"
  580. 14006="Move selected item up"
  581. 14007="Move selected item down"
  582.  
  583.